home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
game
/
role
/
Angband_2_6_2.lha
/
Angband
/
src
/
store1.c.diffs
< prev
next >
Wrap
Text File
|
1995-01-06
|
241b
|
11 lines
TO TRANSFORM store1.c INTO store1.c.orig ...
*** CHANGE [479,480] IN store1.c TO 479 IN store1.c.orig ***
< /* Patch by abigail@xs4all.nl (Martian) */
< j = (randint(MAX_STORES) - 1) - 1;
---------------
> j = randint(MAX_STORES) - 1;